Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zepto-browserify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zepto-browserify

Shim repository for the Zepto.js JavaScript library for Browserify

  • 1.1.6-1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

zepto-browserify

Since Zepto does not provide npm package officially, here's my personal copy of Zepto. Goto Zepto's home page for docs: http://zeptojs.com/ Read more about it in official repo: https://github.com/madrobby/zepto

This package is based on components/zepto.

Current version of Zepto: 1.1.6.

Version of this repo: 1.1.6-1.

See official releases: https://github.com/madrobby/zepto/releases

Usage

npm install --save zepto-browserify
$ = require('zepto-browserify').$
Zepto = require('zepto-browserify').Zepto
$ === Zepto // => true

Changes from Zepto

Changes I made at line 886:

window.Zepto = Zepto
window.$ === undefined && (window.$ = Zepto)

// Added by github/jiyinyiyong to create an npm package
exports.Zepto = window.Zepto
exports.$ = window.$

License

MIT https://github.com/madrobby/zepto/blob/225f93e3dcbd6bfb433267e157a744c02176516c/MIT-LICENSE

Keywords

FAQs

Package last updated on 07 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc